home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_display.h
- SHORTNAME : display.h
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 1.2.1990
-
- CHANGED BY :
- IDENTIFICATION : @(#)ui_display.h 1.9 3/2/94
- SCCS VERSION : 1.9
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_DISPLAY_DEFINED_
- #define _UI_DISPLAY_DEFINED_
-
-
-
-
- extern struct Ui_DisplayType *ui_currentDisplay; /* current display */
- extern struct Ui_DisplayType *ui_displ_listPtr; /* pointer to first item */
-
- extern int ui_displ_numberOfItems; /* number of created items */
-
-
- extern void ui_displ_initDisplayList(void);
- extern void ui_displ_freeItem(struct Ui_DisplayType *displayPtr);
- /* free it */
- extern void ui_displ_resetList(void); /* free al items */
- extern struct Ui_DisplayType *ui_displ_getFreeItem(void); /* create */
- extern Bool ui_displ_isSomeWhereToShowWeights(void);
- extern Bool ui_displ_isSomeWhereToShowValues(void);
- extern void ui_displ_freezeDisplay(Widget w,
- struct Ui_DisplayType *displayPtr,
- caddr_t call_data);
-
-
-
- #endif /* _UI_DISPLAY_DEFINED_ */
-
-
-
- /* end of file */
- /* lines: 34 */
-
- /* 57 lines generated by deleteprivatedefinitions.awk */
-